From a84635eb87e8fd976ce505d41db2a156a555e69d Mon Sep 17 00:00:00 2001 From: Stephane Glondu Date: Fri, 24 Jul 2009 15:48:11 +0200 Subject: [PATCH] Make calls to ocamlrun explicit --- debian/rules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index c7f7a689..0ef05b6b 100755 --- a/debian/rules +++ b/debian/rules @@ -25,10 +25,10 @@ DISTDIR = $(PACKAGE)-$(OCAML_ABI) SRCTARBALL = $(PACKAGE)-source-$(OCAML_ABI).tar.bz2 # Environment variable for dh_ocaml -OCAMLBYTEINFO = debian/ocamlbyteinfo/ocamlbyteinfo +OCAMLBYTEINFO = boot/ocamlrun debian/ocamlbyteinfo/ocamlbyteinfo OCAMLPLUGININFO = debian/ocamlbyteinfo/ocamlplugininfo -OCAMLDUMPAPPROX = tools/dumpapprox -OCAMLOBJINFO = tools/objinfo +OCAMLDUMPAPPROX = boot/ocamlrun tools/dumpapprox +OCAMLOBJINFO = boot/ocamlrun tools/objinfo export OCAMLBYTEINFO export OCAMLPLUGININFO export OCAMLDUMPAPPROX -- 2.30.2